home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
gamesrc
/
rtanksrc
/
graph.h
< prev
next >
Wrap
Text File
|
1988-12-02
|
507b
|
19 lines
/**--------------------------------------------------------------
**
**--------------------------------------------------------------
** MODULE : graphics.h
** PURPOSE : <t>
** PROGRAMMER : Sandy
** START DATE : 11/30/1988 06:46:59
** DESCRIPTION:
** :
** :
**==============================================================
**/
void v_init_CGA(void);
void v_draw_hline(int y, BYTE n);
void v_draw_vline(int x, BYTE n);
void v_draw_screen(PSTR s);